Installing SBGrid Software
Using the SBGrid Environment
Support for Site Administrators
Hardware Support Notes
Getting Help
Support for Developers
#!/usr/bin/env bash
## BOLTZ 2.1.1 example
## https://github.com/jwohlwend/boltz
##
## help@sbgrid.org
## June 13, 2025
## Clone boltz github repository to get examples
git clone https://github.com/jwohlwend/boltz
## Start SBGrid environment
source /programs/sbgrid.shrc
export BOLTZ_1_X=2.1.1
# Run boltz/examples yaml based prediction
export EXAMPLE_DIR=$(pwd)/boltz/examples
export MY_YAML=${EXAMPLE_DIR}/affinity.yaml
boltz predict ${MY_YAML} --use_msa_server \
--cache $(pwd) \
--accelerator gpu \
--devices 4
This version of the page was edited by James Vincent at 2025-06-13 10:43:19. View the most recent version.